![]() |
CloseMixerSoundComponent |
||||
Header: | Sound.h | Carbon status: | Supported | |
Closes the Apple Mixer. Intended for use only by sound output components.
OSErr CloseMixerSoundComponent ( ComponentInstance ci );
The component instance of the Apple Mixer component.
A result code.
The CloseMixerSoundComponent function closes the Apple Mixer component instance specified by the ci parameter. Your output device component should call this function when it is being closed.
This function should be called only by sound output device components.
The CloseMixerSoundComponent function is available only in versions 3.0 and later of the Sound Manager.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)